home *** CD-ROM | disk | FTP | other *** search
/ Washington DC Interactive / Washington DC Interactive CD-ROM.iso / pc / Media / other.dxr / 00035.ls < prev    next >
Encoding:
Text File  |  2000-10-09  |  165 b   |  9 lines

  1. on exitFrame
  2.   if the rollOver of sprite(8) = 1 then
  3.     set the visible of sprite 10 to 0
  4.   else
  5.     set the visible of sprite 10 to 1
  6.   end if
  7.   go(the frame)
  8. end
  9.